home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AviSynthPlugins / aSharp.xml < prev    next >
Extensible Markup Language  |  2004-10-01  |  2KB  |  35 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="aSharp">
  4.   <description />
  5.   <filters>
  6.     <filter name="aSharp" category="Sharpen/Soften Plugins" helpfile="asharp" type="clip">
  7.       <description>Adaptive sharpening filter.</description>
  8.       <colorspaces>
  9.         <colorspace>yv12</colorspace>
  10.       </colorspaces>
  11.       <parameters>
  12.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  13.           <description />
  14.           <items />
  15.         </parameter>
  16.         <parameter name="T" type="float" default="2" max="0" min="0" step="0" optional="True" paramList="False">
  17.           <description>Unsharp masking threshold. 1 enhance contrast 1x. (value clamped to [nothing=0..32])</description>
  18.           <items />
  19.         </parameter>
  20.         <parameter name="D" type="float" default="4" max="0" min="0" step="0" optional="True" paramList="False">
  21.           <description>Adaptive sharpenning strength. If D>0, adaptive thresholding is enabled. The threshold is adapted for each pixel (bigger for edges) if adaptive sharpenning is enabled, T acts like a maximum. (value clamped to [disabled=0..16])</description>
  22.           <items />
  23.         </parameter>
  24.         <parameter name="B" type="float" default="-1" max="0" min="0" step="0" optional="True" paramList="False">
  25.           <description>Block adaptive sharpenning. If B>=0, block adaptive sharpenning is enabled. It acts very simply, by lowering the threshold around DCT-blocks edges. (It works only with adaptive sharpenning, when D>0) (value clamped to [disabled=0..4])</description>
  26.           <items />
  27.         </parameter>
  28.         <parameter name="hqbf" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  29.           <description>High quality block filtering. (aka block based adaptive thresholding.) Try with and without on a blocky video... very powerfull. It works only with adaptive thresholding ( D > 0 )</description>
  30.           <items />
  31.         </parameter>
  32.       </parameters>
  33.     </filter>
  34.   </filters>
  35. </plugin>